-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
translate windows path #7012
translate windows path #7012
Conversation
7462136
to
6a41006
Compare
6a41006
to
95ab29b
Compare
This appears to solve the problem with vagrant-1.8.1 on Windows 7 x64 in a git-bash 2.7.2 shell with rsync.exe copied from an msys2 installation into /mingw64/bin/rsync. |
@sethvargo Can we please get this merged? This is a dealbreaker for Windows users. |
Does this address the issue for cygwin? For window hosts and bsd guests rsync is only viable/easy way |
Did this solve the issue? Previously I would remove the 3 options in lines 77-79 from the helper.rb (which worked). When I upgraded to 1.8.5, I saw the changes to the helper.rb file, and it looks like it should detect the host and when it's a Windows host the 3 problematic options are removed. So I thought it would work, but the issue persisted. Reverting back to 1.8.4 with those lines removed fixed the issue again. |
Vagrant 1.8.5 has been working great for me with rsync in Windows. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Resolves #6702 without reverting #6568
rsync
doesn't work on Vagrant 1.8.0 #6702